home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Scanner Tech - Works / background_7909.txt < prev    next >
Text File  |  1990-04-02  |  6KB  |  272 lines

  1. -- background: 7909 from stack: in
  2. -- bmap block id: 4083
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Setting Up Scanner
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   hide menuBar
  10. end openStack
  11.  
  12. on openCard
  13.   hide menuBar
  14.   set hilite of background button "The System" to false
  15.   set hilite of background button "How It Works" to true
  16.   set hilite of background button "Scan. Concepts" to false
  17.   set hilite of background button "File Formats" to false
  18. end openCard
  19.  
  20.  
  21.  
  22.  
  23.  
  24. -- part 10 (button)
  25. -- low flags: 00
  26. -- high flags: C004
  27. -- rect: left=119 top=317 right=338 bottom=222
  28. -- title width / last selected line: 0
  29. -- icon id / first selected line: 0 / 0
  30. -- text alignment: 1
  31. -- font id: 0
  32. -- text size: 12
  33. -- style flags: 0
  34. -- line height: 16
  35. -- part name: How It Works
  36. ----- HyperTalk script -----
  37. on mouseUp
  38.   visual effect zoom open
  39.   go to card id 7270
  40. end mouseUp
  41.  
  42.  
  43.  
  44.  
  45. -- part 11 (button)
  46. -- low flags: 00
  47. -- high flags: 8004
  48. -- rect: left=263 top=317 right=338 bottom=366
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: Scan. Concepts
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   push card
  60.   visual effect zoom open
  61.   go to card id 7270 of stack "Scanner Tech - Concepts"
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 15 (button)
  67. -- low flags: 00
  68. -- high flags: 8004
  69. -- rect: left=7 top=317 right=338 bottom=110
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: The System
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   push card
  81.   visual effect zoom open
  82.   go to card id 7270 of stack "Scanner Tech - System"
  83. end  mouseUp
  84.  
  85.  
  86.  
  87. -- part 17 (button)
  88. -- low flags: 00
  89. -- high flags: 2000
  90. -- rect: left=228 top=317 right=337 bottom=255
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 21700 / 21700
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: New Button
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   visual dissolve slow to card
  102.   go to card id 7270 of stack "Technology Home Card"
  103. end mouseUp
  104.  
  105.  
  106.  
  107. -- part 24 (button)
  108. -- low flags: 00
  109. -- high flags: 2000
  110. -- rect: left=404 top=281 right=302 bottom=429
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 0 / 0
  113. -- text alignment: 1
  114. -- font id: 0
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: Prev Card
  119. ----- HyperTalk script -----
  120. on mouseUp
  121.   visual wipe left slow to card
  122.   go to previous card
  123. end mouseUp
  124.  
  125.  
  126.  
  127. -- part 26 (button)
  128. -- low flags: 00
  129. -- high flags: 2000
  130. -- rect: left=404 top=281 right=302 bottom=429
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 1
  134. -- font id: 0
  135. -- text size: 12
  136. -- style flags: 0
  137. -- line height: 16
  138. -- part name: Prev Card
  139. ----- HyperTalk script -----
  140. on mouseUp
  141.   visual wipe left slow to card
  142.   go to previous card
  143. end mouseUp
  144.  
  145.  
  146.  
  147. -- part 27 (button)
  148. -- low flags: 00
  149. -- high flags: 2000
  150. -- rect: left=369 top=280 right=303 bottom=397
  151. -- title width / last selected line: 0
  152. -- icon id / first selected line: 1012 / 1012
  153. -- text alignment: 1
  154. -- font id: 0
  155. -- text size: 12
  156. -- style flags: 0
  157. -- line height: 16
  158. -- part name: Pop Card
  159. ----- HyperTalk script -----
  160. on mouseUp
  161.   visual dissolve slow to card
  162.   pop card
  163. end mouseUp
  164.  
  165.  
  166.  
  167. -- part 28 (button)
  168. -- low flags: 00
  169. -- high flags: 2000
  170. -- rect: left=440 top=281 right=302 bottom=465
  171. -- title width / last selected line: 0
  172. -- icon id / first selected line: 0 / 0
  173. -- text alignment: 1
  174. -- font id: 0
  175. -- text size: 12
  176. -- style flags: 0
  177. -- line height: 16
  178. -- part name: Next Card
  179. ----- HyperTalk script -----
  180. on mouseUp
  181.   visual wipe right slow to card
  182.   go to next card
  183. end mouseUp
  184.  
  185.  
  186.  
  187. -- part 29 (button)
  188. -- low flags: 00
  189. -- high flags: 0000
  190. -- rect: left=402 top=3 right=42 bottom=438
  191. -- title width / last selected line: 0
  192. -- icon id / first selected line: 1008 / 1008
  193. -- text alignment: 1
  194. -- font id: 0
  195. -- text size: 12
  196. -- style flags: 0
  197. -- line height: 16
  198. -- part name: 
  199. ----- HyperTalk script -----
  200. on mouseUp
  201.   doMenu "Print Card"
  202. end  mouseUp
  203.  
  204.  
  205.  
  206.  
  207.  
  208. -- part 30 (button)
  209. -- low flags: 00
  210. -- high flags: 0000
  211. -- rect: left=451 top=3 right=42 bottom=491
  212. -- title width / last selected line: 0
  213. -- icon id / first selected line: 1004 / 1004
  214. -- text alignment: 1
  215. -- font id: 0
  216. -- text size: 12
  217. -- style flags: 0
  218. -- line height: 16
  219. -- part name: 
  220. ----- HyperTalk script -----
  221. on mouseUp
  222.   play harpsichord a4
  223.   global search
  224.   answer "Type of Search?" with "Browse" or "Automatic" or "Cancel"
  225.   if it is "Browse" then
  226.     visual wipe up slowly
  227.     go to card "Glossary" of stack "Glossary"
  228.   end if
  229.   if it is "Automatic" then
  230.     ask "Find Word?"
  231.     put it into search
  232.     if search is empty then
  233.       exit mouseUp
  234.     else
  235.       visual wipe up slowly
  236.       put "find search" into message box
  237.       hide message
  238.       go to card "Glossary" of stack "Glossary"
  239.       find word search in field "Text"
  240.       if the result is "not found" then
  241.         answer "Word not found." with "OK"
  242.         exit mouseUp
  243.       else
  244.         show card field id 13
  245.         wait 4 seconds
  246.         hide card field id 13
  247.       end if
  248.     end if
  249.   end if
  250. end mouseUp
  251.  
  252.  
  253. -- part 32 (button)
  254. -- low flags: 00
  255. -- high flags: 8004
  256. -- rect: left=376 top=317 right=338 bottom=505
  257. -- title width / last selected line: 0
  258. -- icon id / first selected line: 0 / 0
  259. -- text alignment: 1
  260. -- font id: 0
  261. -- text size: 12
  262. -- style flags: 0
  263. -- line height: 16
  264. -- part name: File Formats
  265. ----- HyperTalk script -----
  266. on mouseUp
  267.   visual effect zoom open
  268.   go to card id 7270 of stack "Scanner Tech - File Formats"
  269.   set hilite of background button "File Formats" to true
  270. end mouseUp
  271.  
  272.